home *** CD-ROM | disk | FTP | other *** search
/ Acorn RISC PD-CD 1 / Acorn RISC PD-CD 1.iso / languages / c / _desklibsm / _boot next >
Encoding:
Text File  |  1993-05-26  |  313 b   |  16 lines

  1. IconSprites <Obey$Dir>.!Sprites
  2.  
  3. | Add DeskLib's resources onto the C: path, but only if no DeskLib resource
  4. | application has ever been booted previously
  5.  
  6. IF "<DeskLib$Dir>" = "" THEN Set C$Path <C$Path>.,<DeskLib$Dir>.
  7.  
  8.  
  9. | Set up the DeskLib: path
  10.  
  11. Set DeskLib$Dir <Obey$Dir>
  12. Set DeskLib$Path <DeskLib$Dir>.
  13.  
  14.  
  15.  
  16.